home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / Chip_2004-11_cd1.bin / software / frigate / Frigate3_Lite_v25.exe / {app} / Addons / Schemes / CSS1.sch < prev    next >
Text File  |  2004-01-06  |  4KB  |  154 lines

  1. object TPersHolder
  2.   P.Name = 'CSS'
  3.   P.Extensions.Strings = (
  4.     'css')
  5.   P.SyntaxBlocks = <
  6.     item
  7.       Name = 'Default'
  8.       ID = 0
  9.       UseMetaSymbol = True
  10.       UseMetaToWrapLines = False
  11.       MetaSymbol = '\'
  12.       FIText = 0
  13.       FIIntNum = 1
  14.       FIFloatNum = 2
  15.       FIHexNum = 3
  16.       UseComments = True
  17.       UseMultiLineComments = True
  18.       UseStrings = True
  19.       UseSingleLineStrings = True
  20.       UseNumbers = True
  21.       UsePrefixedNumbers = True
  22.       UseSuffixedNumbers = True
  23.       UseMultipleNumSuffixes = False
  24.       UseKeywords = True
  25.       BlockDelimiters = <>
  26.       MultiLineCommentDelimiters = <
  27.         item
  28.           FontID = 4
  29.           LeftDelimiter = '/*'
  30.           RightDelimiter = '*/'
  31.         end>
  32.       SingleLineStringDelimiters = <
  33.         item
  34.           FontID = 5
  35.           LeftDelimiter = '"'
  36.           RightDelimiter = '"'
  37.         end
  38.         item
  39.           FontID = 6
  40.           LeftDelimiter = #39
  41.           RightDelimiter = #39
  42.         end>
  43.       NumPrefixes = <
  44.         item
  45.           LeftDelimiter = '#'
  46.         end>
  47.       NumSuffixes = <
  48.         item
  49.           LeftDelimiter = '%'
  50.         end
  51.         item
  52.           LeftDelimiter = 'em'
  53.         end
  54.         item
  55.           LeftDelimiter = 'ex'
  56.         end
  57.         item
  58.           LeftDelimiter = 'px'
  59.         end
  60.         item
  61.           LeftDelimiter = 'in'
  62.         end
  63.         item
  64.           LeftDelimiter = 'cm'
  65.         end
  66.         item
  67.           LeftDelimiter = 'mm'
  68.         end
  69.         item
  70.           LeftDelimiter = 'pt'
  71.         end
  72.         item
  73.           LeftDelimiter = 'pc'
  74.         end>
  75.       KeywordSets = <
  76.         item
  77.           FontID = 7
  78.           Name = 'properties'
  79.           Keywords = 
  80.             'align,attachment,auto,background,border,bottom,clear,color,decor' +
  81.             'ation,display,family,float,font,height,image,indent,left,letter,' +
  82.             'line,list,margin,padding,position,repeat,right,size,space,spacin' +
  83.             'g,style,text,top,transform,type,variant,vertical,weight,white,wi' +
  84.             'dth,wight,word'
  85.         end>
  86.     end>
  87.   P.FontTable = <
  88.     item
  89.       FontID = 0
  90.       Font.Charset = DEFAULT_CHARSET
  91.       Font.Color = clBlack
  92.       Font.Height = -13
  93.       Font.Name = 'Courier New'
  94.       Font.Style = []
  95.     end
  96.     item
  97.       FontID = 1
  98.       Font.Charset = DEFAULT_CHARSET
  99.       Font.Color = clGreen
  100.       Font.Height = -13
  101.       Font.Name = 'Courier New'
  102.       Font.Style = []
  103.     end
  104.     item
  105.       FontID = 2
  106.       Font.Charset = DEFAULT_CHARSET
  107.       Font.Color = clGreen
  108.       Font.Height = -13
  109.       Font.Name = 'Courier New'
  110.       Font.Style = []
  111.     end
  112.     item
  113.       FontID = 3
  114.       Font.Charset = DEFAULT_CHARSET
  115.       Font.Color = clGreen
  116.       Font.Height = -13
  117.       Font.Name = 'Courier New'
  118.       Font.Style = []
  119.     end
  120.     item
  121.       FontID = 4
  122.       Font.Charset = DEFAULT_CHARSET
  123.       Font.Color = clGray
  124.       Font.Height = -13
  125.       Font.Name = 'Courier New'
  126.       Font.Style = [fsItalic]
  127.     end
  128.     item
  129.       FontID = 5
  130.       Font.Charset = DEFAULT_CHARSET
  131.       Font.Color = clMaroon
  132.       Font.Height = -13
  133.       Font.Name = 'Courier New'
  134.       Font.Style = []
  135.     end
  136.     item
  137.       FontID = 6
  138.       Font.Charset = DEFAULT_CHARSET
  139.       Font.Color = clMaroon
  140.       Font.Height = -13
  141.       Font.Name = 'Courier New'
  142.       Font.Style = []
  143.     end
  144.     item
  145.       FontID = 7
  146.       Font.Charset = DEFAULT_CHARSET
  147.       Font.Color = clBlue
  148.       Font.Height = -13
  149.       Font.Name = 'Courier New'
  150.       Font.Style = [fsBold]
  151.     end>
  152.   P.SyntaxVersion = 3
  153. end
  154.